3.9.99 \(\int \frac {\sqrt {12-3 e^2 x^2}}{(2+e x)^{5/2}} \, dx\) [899]

Optimal. Leaf size=55 \[ -\frac {\sqrt {3} \sqrt {2-e x}}{e (2+e x)}+\frac {\sqrt {3} \tanh ^{-1}\left (\frac {1}{2} \sqrt {2-e x}\right )}{2 e} \]

[Out]

1/2*arctanh(1/2*(-e*x+2)^(1/2))*3^(1/2)/e-3^(1/2)*(-e*x+2)^(1/2)/e/(e*x+2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 55, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {641, 43, 65, 212} \begin {gather*} \frac {\sqrt {3} \tanh ^{-1}\left (\frac {1}{2} \sqrt {2-e x}\right )}{2 e}-\frac {\sqrt {3} \sqrt {2-e x}}{e (e x+2)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[12 - 3*e^2*x^2]/(2 + e*x)^(5/2),x]

[Out]

-((Sqrt[3]*Sqrt[2 - e*x])/(e*(2 + e*x))) + (Sqrt[3]*ArcTanh[Sqrt[2 - e*x]/2])/(2*e)

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(a + b*x)^(m + 1)*((c + d*x)^n/(b*(
m + 1))), x] - Dist[d*(n/(b*(m + 1))), Int[(a + b*x)^(m + 1)*(c + d*x)^(n - 1), x], x] /; FreeQ[{a, b, c, d, n
}, x] && NeQ[b*c - a*d, 0] && ILtQ[m, -1] &&  !IntegerQ[n] && GtQ[n, 0]

Rule 65

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 641

Int[((d_) + (e_.)*(x_))^(m_.)*((a_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[(d + e*x)^(m + p)*(a/d + (c/e)*x)^
p, x] /; FreeQ[{a, c, d, e, m, p}, x] && EqQ[c*d^2 + a*e^2, 0] && (IntegerQ[p] || (GtQ[a, 0] && GtQ[d, 0] && I
ntegerQ[m + p]))

Rubi steps

\begin {align*} \int \frac {\sqrt {12-3 e^2 x^2}}{(2+e x)^{5/2}} \, dx &=\int \frac {\sqrt {6-3 e x}}{(2+e x)^2} \, dx\\ &=-\frac {\sqrt {3} \sqrt {2-e x}}{e (2+e x)}-\frac {3}{2} \int \frac {1}{\sqrt {6-3 e x} (2+e x)} \, dx\\ &=-\frac {\sqrt {3} \sqrt {2-e x}}{e (2+e x)}+\frac {\text {Subst}\left (\int \frac {1}{4-\frac {x^2}{3}} \, dx,x,\sqrt {6-3 e x}\right )}{e}\\ &=-\frac {\sqrt {3} \sqrt {2-e x}}{e (2+e x)}+\frac {\sqrt {3} \tanh ^{-1}\left (\frac {1}{2} \sqrt {2-e x}\right )}{2 e}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.24, size = 64, normalized size = 1.16 \begin {gather*} \frac {\sqrt {3} \left (-\frac {2 \sqrt {4-e^2 x^2}}{(2+e x)^{3/2}}+\tanh ^{-1}\left (\frac {2 \sqrt {2+e x}}{\sqrt {4-e^2 x^2}}\right )\right )}{2 e} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[12 - 3*e^2*x^2]/(2 + e*x)^(5/2),x]

[Out]

(Sqrt[3]*((-2*Sqrt[4 - e^2*x^2])/(2 + e*x)^(3/2) + ArcTanh[(2*Sqrt[2 + e*x])/Sqrt[4 - e^2*x^2]]))/(2*e)

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(87\) vs. \(2(43)=86\).
time = 0.48, size = 88, normalized size = 1.60

method result size
default \(\frac {\sqrt {-e^{2} x^{2}+4}\, \left (\sqrt {3}\, \arctanh \left (\frac {\sqrt {-3 e x +6}\, \sqrt {3}}{6}\right ) e x +2 \sqrt {3}\, \arctanh \left (\frac {\sqrt {-3 e x +6}\, \sqrt {3}}{6}\right )-2 \sqrt {-3 e x +6}\right ) \sqrt {3}}{2 \sqrt {\left (e x +2\right )^{3}}\, \sqrt {-3 e x +6}\, e}\) \(88\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-3*e^2*x^2+12)^(1/2)/(e*x+2)^(5/2),x,method=_RETURNVERBOSE)

[Out]

1/2*(-e^2*x^2+4)^(1/2)*(3^(1/2)*arctanh(1/6*(-3*e*x+6)^(1/2)*3^(1/2))*e*x+2*3^(1/2)*arctanh(1/6*(-3*e*x+6)^(1/
2)*3^(1/2))-2*(-3*e*x+6)^(1/2))/((e*x+2)^3)^(1/2)/(-3*e*x+6)^(1/2)*3^(1/2)/e

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3*e^2*x^2+12)^(1/2)/(e*x+2)^(5/2),x, algorithm="maxima")

[Out]

integrate(sqrt(-3*x^2*e^2 + 12)/(x*e + 2)^(5/2), x)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 115 vs. \(2 (44) = 88\).
time = 1.97, size = 115, normalized size = 2.09 \begin {gather*} \frac {\sqrt {3} {\left (x^{2} e^{2} + 4 \, x e + 4\right )} \log \left (-\frac {3 \, x^{2} e^{2} - 12 \, x e - 4 \, \sqrt {3} \sqrt {-3 \, x^{2} e^{2} + 12} \sqrt {x e + 2} - 36}{x^{2} e^{2} + 4 \, x e + 4}\right ) - 4 \, \sqrt {-3 \, x^{2} e^{2} + 12} \sqrt {x e + 2}}{4 \, {\left (x^{2} e^{3} + 4 \, x e^{2} + 4 \, e\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3*e^2*x^2+12)^(1/2)/(e*x+2)^(5/2),x, algorithm="fricas")

[Out]

1/4*(sqrt(3)*(x^2*e^2 + 4*x*e + 4)*log(-(3*x^2*e^2 - 12*x*e - 4*sqrt(3)*sqrt(-3*x^2*e^2 + 12)*sqrt(x*e + 2) -
36)/(x^2*e^2 + 4*x*e + 4)) - 4*sqrt(-3*x^2*e^2 + 12)*sqrt(x*e + 2))/(x^2*e^3 + 4*x*e^2 + 4*e)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \sqrt {3} \int \frac {\sqrt {- e^{2} x^{2} + 4}}{e^{2} x^{2} \sqrt {e x + 2} + 4 e x \sqrt {e x + 2} + 4 \sqrt {e x + 2}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3*e**2*x**2+12)**(1/2)/(e*x+2)**(5/2),x)

[Out]

sqrt(3)*Integral(sqrt(-e**2*x**2 + 4)/(e**2*x**2*sqrt(e*x + 2) + 4*e*x*sqrt(e*x + 2) + 4*sqrt(e*x + 2)), x)

________________________________________________________________________________________

Giac [A]
time = 1.63, size = 55, normalized size = 1.00 \begin {gather*} -\frac {1}{4} \, \sqrt {3} {\left (\frac {4 \, \sqrt {-x e + 2}}{x e + 2} - \log \left (\sqrt {-x e + 2} + 2\right ) + \log \left (-\sqrt {-x e + 2} + 2\right )\right )} e^{\left (-1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3*e^2*x^2+12)^(1/2)/(e*x+2)^(5/2),x, algorithm="giac")

[Out]

-1/4*sqrt(3)*(4*sqrt(-x*e + 2)/(x*e + 2) - log(sqrt(-x*e + 2) + 2) + log(-sqrt(-x*e + 2) + 2))*e^(-1)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {\sqrt {12-3\,e^2\,x^2}}{{\left (e\,x+2\right )}^{5/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((12 - 3*e^2*x^2)^(1/2)/(e*x + 2)^(5/2),x)

[Out]

int((12 - 3*e^2*x^2)^(1/2)/(e*x + 2)^(5/2), x)

________________________________________________________________________________________